home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games Extra 1996 June
/
Amiga Games Extra 1996 #6.iso
/
userbox
/
publicdomain
/
gnutar
/
source.lzh
/
source
/
sasinclude
/
utime.h
< prev
Wrap
C/C++ Source or Header
|
1995-09-16
|
109b
|
11 lines
#ifndef _UTIME_H
#define _UTIME_H
struct utimbuf
{
long actime;
long modtime;
};
#endif /* _UTIME_H */